home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / rem_acc / rasnd106.zip / RASENDIT.DOC < prev    next >
Text File  |  1996-02-17  |  11KB  |  296 lines

  1.  
  2.   ██████╗   █████╗         ███████╗ ███████╗ ███╗   ██╗ ██████╗  ██╗ ████████╗
  3.   ██╔══██╗ ██╔══██╗        ██╔════╝ ██╔════╝ ████╗  ██║ ██╔══██╗ ██║ ╚══██╔══╝
  4.   ██████╔╝ ███████║ █████╗ ███████╗ █████╗   ██╔██╗ ██║ ██║  ██║ ██║    ██║
  5.   ██╔══██╗ ██╔══██║ ╚════╝ ╚════██║ ██╔══╝   ██║╚██╗██║ ██║  ██║ ██║    ██║
  6.   ██║  ██║ ██║  ██║        ███████║ ███████╗ ██║ ╚████║ ██████╔╝ ██║    ██║
  7.   ╚═╝  ╚═╝ ╚═╝  ╚═╝        ╚══════╝ ╚══════╝ ╚═╝  ╚═══╝ ╚═════╝  ╚═╝    ╚═╝
  8.  
  9.                               Version 1.06
  10.             Copyright (C) Dale K Maupin & Renegade Software
  11.                           All Rights Reserved
  12.           Remote Access 2.xx or 2.50.g1 File Tagger and Sender
  13.                Private File Transfers for Preferred Users
  14.                          RASENDIT.EXE Documents
  15.  
  16. INTRODUCTION
  17. ------------
  18.  
  19.              RASendit is a little utility program for tagging and sending
  20.         files to users as they log onto your BBS. This allows for quick
  21.         on-off operation of getting files. It will allow for group tagging
  22.         which is handy for programmers to send beta files out to beta testers
  23.         without the beta testers having to do the complete log on procress
  24.         and then go to files and so forth, sure a message can be left to get
  25.         this file or that file. RASendIt takes out the guess work and has
  26.         the file waiting for ther users as they log on.
  27.  
  28.              I got this idea from the Spitfire BBS system which I used to
  29.         run until switching to RA. I am friends with the Spitfire author
  30.         and so I have moved this idea on to RA.
  31.  
  32.  
  33. OVERVIEW
  34. ________
  35.  
  36.              The archive consists of two executable files: CfgSend.Exe and
  37.         RaSendit.Exe.  CfgSend is executed by the sysop and it allows him
  38.         to select a desired file and place it on hold for a particular user.
  39.         It also holds the configuration information used by the entire
  40.         program.  Upon exiting CfgSend, it will automatically set a user flag
  41.         in the appropriate user's account to allow the program to run
  42.         seamlessly.  Other BBS users will never know the program is there.
  43.  
  44.              RaSendit is run automatically from RA's top menu.  Beyond the
  45.         original installation in RACONFIG, the sysop never touches it again.
  46.         When the selected user logs on, he will see the RaSendit screen and be
  47.         asked if he wants to pick up his file(s).  He then selects the desired
  48.         transfer protocol and downloads the file(s).  He then is given the
  49.         option of continuing on to the bbs or logging off immediately.
  50.         RaSendit will then reset his flag so that he won't go through the door
  51.         again until the sysop desires.
  52.  
  53.  
  54. INSTALLATION
  55. ------------
  56.  
  57.              Unpack the archive into your RA home directory. RASendIt requires
  58.         the config.ra file to operate. RASendIt is completely multi-node and
  59.         uses file and record locking to accomplish this task. Two programs
  60.         are included in this archive. RASendIt.Exe which is the file sender
  61.         and CfgSend.Exe which is the config program to set up the file tags.
  62.         A data file named RASendit.dat will be created in the RA directory,
  63.         this file has all the data from CfgSend. A log is created with the
  64.         name you specify in the setup program. A copy of DSZ.Com must exist
  65.         in the directory where you place RASendit. The RASendit data files
  66.         must reside in the RA directory and also it's key file if you have
  67.         one must also reside in that directory.  The Door.Sys or Dorinfo1.Def
  68.         file needed to operate will be found in the directory you specify
  69.         on the command line.
  70.  
  71.              Two display files are provided for use with RASendIt and will be
  72.         displayed as the user logs on to RASendIt.  The names of these files
  73.         must be the same as the ones provided:
  74.  
  75.         RASENDIT.ANS --  ANSI FILE
  76.         RASENDIT.ASC --  ASCII FILE
  77.  
  78.         IMPORTANT NOTE: If these files are not found in the same directory
  79.         as RASendit (RA) then a default display will appear.  Do NOT place
  80.         the ansi and asci screens in the \txtfiles subdirectory.
  81.  
  82.  
  83. RACONFIG ENTRIES
  84. ----------------
  85.  
  86.              You can run RASendIt from anywhere within RA but I suggest you
  87.         run it from the TOP menu as that way it works as a log on-off program.
  88.         Set it up as a Type 7 Menu.
  89.  
  90.         RASendIt requires two parameters to run:
  91.  
  92.         Single Line
  93.         ------------------------------------
  94.         RASENDIT.EXE/PORT/PATH TO DOOR.SYS/DORINFO1.DEF /SWAP[optional]
  95.  
  96.         Example:
  97.  
  98.         C:\RA\RASENDIT.EXE *P C:\RA\NODE1 *M
  99.  
  100.  
  101.         MultiLine
  102.         ------------------------------------
  103.         *C /C  C:\RA\NODE*N\RASENDIT.BAT *M
  104.  
  105.         Example RASendit.Bat:
  106.         c:
  107.         cd \ra\node1
  108.         rasendit 1 c:\ra\node1   the 1 = the comport
  109.  
  110.         The *M is optional but will allow the program to run faster with
  111.         more memory. All the other parameters are required. For more info
  112.         on the parameters see your RA 2.xx documents.
  113.  
  114.         Failure to provide the parameters will cause the program to abort
  115.         back to RA.
  116.  
  117.  
  118.  Multi-line example using a bat file
  119. ╒══════════════════════════════════════════════════════════════ Edit Menu Item
  120. │          1         2         3         4         5         6         7
  121. │ 123456789012345678901234567890123456789012345678901234567890123456789012345
  122. │ ;
  123. │ *C /C d:\sf\ra\node*N\rasendit.bat *M
  124. │ Action   Execute sub-program (Type 7)
  125. │ Display
  126. │ OptData
  127. │ HotKey
  128. │ AutoExec Yes
  129. │ Colour   Colour example
  130. │ MinSec   25                 TimeUsed 0                  FlatCost 0
  131. │ MaxSec   0                  TimeLeft 0                  TimeCost 0
  132. │ A flags  X-------           Age      0                  Terminal Any
  133. │ B flags  --------           MinSpeed 0                  Nodes
  134. │ C flags  -------X           MaxSpeed 0                  Groups
  135. │ D flags  --------           Credit   0                  DayTimes
  136.  
  137.  Single-line example...
  138. ╒══════════════════════════════════════════════════════════════ Edit Menu Item
  139. │          1         2         3         4         5         6         7
  140. │ 123456789012345678901234567890123456789012345678901234567890123456789012345
  141. │ ;
  142. │  d:\sf\ra\rasendit.exe *P *M
  143. │ Action   Execute sub-program (Type 7)
  144. │ Display
  145. │ OptData
  146. │ HotKey
  147. │ AutoExec Yes
  148. │ Colour   Colour example
  149. │ MinSec   25                 TimeUsed 0                  FlatCost 0
  150. │ MaxSec   0                  TimeLeft 0                  TimeCost 0
  151. │ A flags  X-------           Age      0                  Terminal Any
  152. │ B flags  --------           MinSpeed 0                  Nodes
  153. │ C flags  -------X           MaxSpeed 0                  Groups
  154. │ D flags  --------           Credit   0                  DayTimes
  155.  
  156.  
  157.  
  158.  
  159. RUNNING THE PROGRAM
  160. -------------------
  161.  
  162.              To hold files for a particular user, you must run CfgSend first.
  163.         This will set up the parameters:  which file to send, and to whom, as
  164.         well as other configuration information.  See CFGSEND.DOC for further
  165.         information.
  166.  
  167.         RASENDIT.EXE
  168.  
  169.         Once the user logs on and moves into the Door he will be presented
  170.         with a screen displaying the ansi/ascii/default screens and then it
  171.         will move to check to see if the user has a file waiting. If the
  172.         user has a file waiting then he will be presented with a display
  173.         like this:
  174.  
  175.      ■ Retrieving user data ... Please wait...
  176.      ■ Hello Dale Maupin
  177.      ■ Following file waiting for Download
  178.      ■ Filename: RASND_14.ZIP
  179.      ■ Description: Remote Access Filetag and Send v 1.00
  180.  
  181.      If this is a group send then you see this:
  182.  
  183.      ■ This is a Group Send File...
  184.  
  185.      If the user has already received the file then they see:
  186.  
  187.      ■ Sorry..., You have already received this file...
  188.      ■ Proceeding to next file if any...
  189.  
  190.      After all of the above is decided then if you can D/l it you see:
  191.      ■ Do you wish to D/L it now Y/N?
  192.  
  193.      If you pick Y then you see:
  194.  
  195.      ■ Pick the number of the preferred transfer protocol:
  196.         <1> Zmodem
  197.         <2> Ymodem
  198.         <3> Xmodem
  199.         <4> Quit
  200.      NOTE: All the file transfers are accomplished using DSZ.COM,
  201.            as such, this file must be in your path or in your RA
  202.            home directory.
  203.  
  204.      If Local you get:
  205.          <C>ontinue to copy
  206.          <Q>uit
  207.  
  208.      Once all the file transfer are completed the program will
  209.      end and require the user to press Return to move on.
  210.      After moving on the user can Hang-Up or move on to the BBS.
  211.  
  212.  
  213. REGISTRATION
  214. ------------
  215.  
  216.      Registration will remove some of the nag-ware delays and screens
  217.      and also allow you to receive free upgrades to the program. The
  218.      registration is accomplished via a key system, similar to other
  219.      systems. The Fee for registration is $ 20.00.
  220.      Make sure the RASendit.Key file is in your RA Directory !!!
  221.  
  222.      Please send all registrations to the following address:
  223.  
  224.      Dale K Maupin
  225.      11168 Wharf Cove
  226.      EL Paso, Texas 79936
  227.      USA
  228.  
  229.      Needed in the reg info are the following:  See RASendit.Reg
  230.  
  231.      Reg can be done by: Check, M/O & Credit Card
  232.  
  233.  
  234.      Also available for RA:
  235.  
  236.      RAWelc10.Zip  : Welcome screen rotater
  237.      RAGdby10.Zip  : Goodbye screen rotater
  238.      RAUSR210.Zip  : RA 2.xx user editor
  239.      RANEWS14.Zip  : RA News bulletin creator
  240.      plus much more
  241.  
  242.      Call the BBS:
  243.  
  244.            The Renegade BBS  (915)-592-9687 2400 - 28800 V.34
  245.            FidoNet: 1:381/149
  246.            Internet:  DMaupin435@AOL.Com or renegade@dzn.com
  247.  
  248.            Online registration is now available... :-)
  249.  
  250.      VISIT OUR INTERNET HOMEPAGE:
  251.  
  252.        http://www.dzn.com/renegade/renegade.htm
  253.  
  254.  
  255. CREDITS
  256. -------
  257.  
  258.      - Mike Woltz who wrote Spitfire BBS for the idea.
  259.  
  260.      - Jay Hanig who made corrections and wrote these docs for me. Thanks Jay.
  261.          Call Jay's Mean Machine (1:379/41) at: (704)-552-8801 V.34
  262.  
  263. BETA TEAM
  264. ---------
  265.    Jay Hanig -  Jay's Mean Machine (1:379/41) at (704)-552-8801 V.34  (RA)
  266.    Steve Watson - The Golden Saber BBS (1:128/235) at (719)-576-8227 V.34 (PB)
  267.    Robert Szarka - Sea of Noise (1:320/42) at (860)-886-1441 (RA)
  268.    David Hickey - The North Star (1:261/1108) at (410)-974-9305 (RA)
  269.    Mike Roark - The Beachcomber (2:2490/7009) at (49)-9827-4766
  270.    Arthur Stark - Tops Diamond Mine I & II (1:395/670) at (817)-542-8783
  271.    Tom Barstow - Little America (1:271/290) at (804)-564-9013
  272.  
  273.  
  274. SUPPORT / DIST SITES
  275. --------------------
  276.  
  277.      The Golden Saber          Jay's Mean Machine     The BeachComber
  278.      Steve Watson              Jay Hanig              Mike Roark
  279.      Colorado Springs, CO.     Charlotte, NC.         Langenloh, Germany
  280.      (719) 576-8227            (704) 552-8801         (49)-9827-4766
  281.      Fidonet: 1:128/235        Fidonet: 1:379/41      Fidonet: 2:2490/7009
  282.  
  283.  
  284.